home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / Unit1t.dfm / Unit1t.txt
Encoding:
Text File  |  1998-03-24  |  2.0 KB  |  88 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'I. Hellforge Crackme for W32Dasm (coded by LaZaRuS)'
  7.   ClientHeight = 234
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Memo1: TMemo
  16.     Left = 8
  17.     Top = 8
  18.     Width = 409
  19.     Height = 145
  20.     Color = clBlack
  21.     Font.Color = clYellow
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     Lines.Strings = (
  26.       
  27.         'This is the first Hellforge Crackme for W32Dasm. So using Soft-I' +
  28.         'ce or anything'
  29.       
  30.         'else is considered as CHEATING. And you don'#39't want to be a lamer' +
  31.         ', do you.'
  32.       
  33.         'Actually in my opinion it is damn hard to code a CrackMe for W32' +
  34.         'Dasm. It'
  35.       
  36.         'can'#39't have serial calculation or something else you can only fol' +
  37.         'low in SICE.'
  38.       'I tried my best and I believe it is little tricky.'
  39.       
  40.         'If you have cracked it write a tutorial and send it to lazarus66' +
  41.         '6@gnwmail.com.'
  42.       'The best cracker is allowed to join Hellforge.'
  43.       ''
  44.       'Happy Cracking')
  45.     ParentFont = False
  46.     ReadOnly = True
  47.     TabOrder = 0
  48.   end
  49.   object Edit1: TEdit
  50.     Left = 152
  51.     Top = 168
  52.     Width = 113
  53.     Height = 21
  54.     BorderStyle = bsNone
  55.     Font.Color = clBlack
  56.     Font.Height = -13
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     TabOrder = 1
  61.     Text = 'Enter the code'
  62.   end
  63.   object Edit2: TEdit
  64.     Left = 240
  65.     Top = 168
  66.     Width = 33
  67.     Height = 21
  68.     BorderStyle = bsNone
  69.     Font.Color = clBlack
  70.     Font.Height = -13
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     TabOrder = 2
  75.     Text = 'here'
  76.   end
  77.   object BitBtn1: TBitBtn
  78.     Left = 8
  79.     Top = 200
  80.     Width = 409
  81.     Height = 25
  82.     Caption = '&Check the damn code once again'
  83.     TabOrder = 3
  84.     OnClick = BitBtn1Click
  85.     Kind = bkOK
  86.   end
  87. end
  88.